home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / shell / ViNCEd.readme < prev   
Encoding:
Text File  |  2000-11-02  |  18.5 KB  |  385 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  4. Version:  3.73
  5. Type:     util/shell
  6. Requires: Any Amiga, kickstart V37 or better (Os 2.0 or better)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.69 was is the LAST releases that still supported Os 1.x
  11.      You have been warned. 3.73 requires Os 2.0 or better.
  12. ---------------------------------------------------------------------------
  13.  
  14.                         About ViNCEd
  15. ---------------------------------------------------------------------------
  16. The latest version (3.73) of my full screen shell editor (CON: replacement)
  17. ---------------------------------------------------------------------------
  18.  
  19. Features:
  20. -Extremly flexible
  21. -Comes with prefs program with nice GUI
  22. -User defineable macros and buttons (gadgets) with parameters
  23. -Full screen editor, not line limited
  24. -Compatible to CON: and ConMan
  25. -VT-220 emulation build in
  26. -ANSI (VT-xxx) colors on request
  27. -Freely configurable keyboard
  28. -ASCII prefs, a standard editor is enough to change them by hand.
  29. -Keypad mode on request (numeric keypad for cursor control)
  30. -Supports control sequences of:
  31.         -CON:
  32.         -VT-220
  33.         -DEC
  34.         -XTerm (Unix Shells) including mouse tracking
  35.         -SGI winterm
  36.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  37. -TAB expansion, with different TAB requesters as option
  38. -TAB expansion cache
  39. -Colored cursor on request
  40. -Menu, clipboard support build in (no ConClip needed)
  41. -"More than complete" online help plus documentation
  42. -C include files, autodocs for the library included
  43. -Screen title might contain path/fail codes/CLI number & more
  44. -Localizeable (German available, more locales welcome)
  45. -Job control á la unix with Ctrl-Z
  46.         -suspends shell jobs
  47.         -sends shell jobs to forgeground & background
  48.          using tiny shell scripts "fg" and "bg" like unix
  49.     - "screens" support
  50. -documented library for own applications and editor programming
  51. -iconification support
  52. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  53.  toolbutton images if available. 
  54. -easy installation
  55. -full control by single program (SetVNC)
  56. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  57. -can create private screens on request
  58. -font & monitor selectable by prefs
  59. -icon drop, with modifiers for path/name only
  60. -100% assembly language => fast & short (err, as short as I could do it.)
  61.  
  62. Plus:   It's 100% free! Hey, I must be crazy!
  63.  
  64. -----------------------------------------------------------------------------
  65.  
  66. -------- history ----- this is not the complete history, read the guide!----
  67.  
  68. Changes made for 3.73:
  69.  
  70.         - The list of TAB expansions is now alphabetically sorted instead
  71.           sorted in directory order.
  72.         - A bug in the "SetVNC HELP" function has been fixed which might
  73.           have trashed memory due to a lost pointer.
  74.         - Five new "query" CSI sequences of the CSI n family have been added
  75.           on request.
  76.         - CSI S and CSI T did not respect the "do not insert into the
  77.           border" setting, namely the "CSI >?13l" flag. Fixed.
  78.         - The "ENQ" (ASCII 05) control character is now supported.
  79.         - Handling of "OSC" sequences was debugged and made more ANSI
  80.           conformal.
  81.         - The ESC sequences "ESC SPN L", "ESC SPN M" and "ESC SPN N"
  82.           are now supported.
  83.         - "CSI G" and "CSI `" (character position absolute) are now
  84.           supported.
  85.         - "CSI >c" returns now the proper VNC version and revision.
  86.         - "CSI d" is now supported.
  87.         - "CSI m" (set graphics rendering) supports now the modes 90
  88.           and up for the extended 16 color support.
  89.         - CSI "62;np is now supported correctly.
  90.         - "CSI >?62n" is new and inquiries the active font.
  91.         - "CSI >?64n" reports the screen title, "CSI >?65n" reports the
  92.           window position, "CSI >?66n" returns the window size.
  93.         - The documentation of the CSI sequences was reworked and contains
  94.           now more unsupported CSI/ESC/OSC sequences.
  95.         - OSC sequences were erraneously listed under "ESC" sequences.
  96.         - CSI ?47h was erraneously documented as "CSI ?47n", but worked
  97.           correctly already.
  98.         - Because I was permanently nagged, the "Don't scroll into the
  99.           border" flag now inhibits cursor movement into the prompt and
  100.           other output as well. Rather senseless, IMHO.
  101.  
  102. Changes made for 3.72:
  103.  
  104.         - Fixed a very minor bug in one of the block mark routines which
  105.           caused a sub-optimal refresh and hence more flicker than
  106.           absolutely necessary. It must have been there for years, but
  107.           did nothing bad at all.
  108.         - CSI H (set cursor) did not truncate the cursor position correctly,
  109.           fixed.
  110.         - The CSI sequence parser did not handle embedded control 
  111.           characters correctly. It still doesn't, but at least embedded
  112.           ESC, CAN and SUB characters are respected. Embedded BS does not
  113.           work, in the same way that it doesn't for the native Amiga
  114.           console. Call it either a compatibility feature, or my lazyness.
  115.         - The TAB expansion will now correctly quote file names containing
  116.           semicolons or greater or less than signs.
  117.         - The minimal window size for "CSI t" was computed incorrectly,
  118.           possibly yielding to problems if the window was resized beyond
  119.           the minimal size afterwards.
  120.  
  121. Changes made for 3.71:
  122.  
  123.         - The TAB expansion did not handle file names containing double
  124.           quotes and blank spaces correctly.
  125.         - Removed the intuition delay from ViNCEd and SetVNC. It is not
  126.           required for Os 2.04 or better anyhow.
  127.  
  128. Changes made for 3.70:
  129.  
  130.     - Lots of housekeeping work:
  131.         - Removed all obsolete Os 1.x handling code:
  132.             - The code does no longer try to use arp if V37
  133.               dos.library is not available.
  134.             - I will now use EasyRequester() instead of the
  135.               obsolete AutoRequest().
  136.             - Menu construction will use gadtools routines now.
  137.             - File requester requires asl now and will no longer
  138.               fall back to arp.
  139.             - ViNCEd requires now V37 boopsis and will no longer
  140.               be able to build its own gadgets in case boopsis
  141.               are not available.
  142.             - A lot of fallback code to V33 releases has been
  143.               removed. Finally.
  144.             - As a result of all this work, the library shrunk
  145.               in size even though new features have been 
  146.               included.
  147.         - Rewrote the startup code completely. The pre 3.70 code
  148.           was more adapted to the V33 ramlib mechanism and tried to
  149.           work around some ramlib features which are no longer an
  150.           issue. It therefore might have run into some race conditions
  151.           that have been removed for the new code. As a side effect,
  152.           the "GlobVec" entry of the mount list should be set to -2.
  153.           (For the experts: Yes, ViNCEd knows how to handle the race
  154.            conditions caused by this. Don't worry...)
  155.     - Added multiple "screen" handling which is owner-specific. Hence, a
  156.       ViNCEd window is now able to hold more than just "one buffer". The
  157.       contents of the ViNCEd "screens" can be exchanged by a single CSI
  158.       sequence, as in XTerm. Useful for terminals. (Typically used by
  159.       programs like "elm" or "emacs")
  160.     - Added mouse tracking support, mainly for "VIM". ViNCEd is now able 
  161.       to support X10 mouse button messages, XTerm and XTerm2 mouse 
  162.       tracking commands. XTerm "interactive" mouse tracking is not
  163.       supported due to some limitations the intuition world sets. The
  164.       documentation does not yet cover this feature fully, sorry.
  165.     - Added a keyboard function to iconify the window. The old SetVNC
  166.       should already be able to handle this, it is flexible enough.
  167.     - Fixed a tiny bug in the preferences handling; the default 
  168.       preferences location used to be the old instead of the new location.
  169.     - Fixed a bug in ESCc, reset handling. ESCc did not reset the cursor
  170.       rendering CSI0p. 
  171.     - Removed the obsolete "CHUNKYPIXEL" preferences flag. ViNCEd was and
  172.       still is smart enough to detect chunky screens itself, this flag was
  173.       in fact never required.
  174.     - Added the "NCURSESFIX" flag to SetVNC and the preferences structure.
  175.       This flag controls some messy details of the "word wrap" function
  176.       and is now pre-selectable by the preferences function.
  177.     - Updated the ViNCEd guide to include the modifications.
  178.     - Updated the SetVNC localization (german only) to include the new
  179.       flags.
  180.  
  181. -----------------------------------------------------------------------------
  182. Notes: 
  183.  
  184.         Check the TOP_SECRET or ReadMe.First file in this archive!
  185.     Especially, these SHOULD BE RUN FIRST before you start with
  186.     the installation.
  187.  
  188.         VirusWorkShop seems to have trouble with the overlay file structure
  189.         that is used by the SetVNC program.
  190.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  191.         manager which is really buggy!
  192.  
  193.         To trick VirusWorkshop, the SetVNC program in this archive is
  194.         encoded. Use the "Decode" program from the "Extras" drawer to
  195.         decode manually. The installer script has been updated to do 
  196.         this for you.
  197.  
  198. -----------------------------------------------------------------------------
  199.  
  200. Send ideas, improvements, bugreports (please as concrete as possible) to:
  201.  
  202.  
  203.         Thomas Richter
  204.  
  205.  
  206. EMail:  thor@math.tu-berlin.de
  207.  
  208. or "Wisit the Web" site:
  209.  
  210. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  211.  
  212. -----------------------------------------------------------------------------
  213.  
  214. September 2000
  215.         Thomas
  216.  
  217.  
  218. ============================= Archive contents =============================
  219.  
  220. Original  Packed Ratio    Date     Time    Name
  221. -------- ------- ----- --------- --------  -------------
  222.      628     271 56.8% 19-Dec-98 13:55:00 +Antique.info
  223.      953     526 44.8% 01-May-00 17:13:22 +Antique.Readme
  224.      856     376 56.0% 18-Oct-98 23:29:06 +Antique.Readme.info
  225.       92      85  7.6% 18-Oct-98 23:44:24 +MountList
  226.    19608   10589 45.9% 18-Oct-98 23:28:16 +SetVNC
  227.    17648    9807 44.4% 19-Dec-90 17:35:14 +SetVNC_1.3
  228.    21980   14345 34.7% 19-Dec-90 17:36:12 +VNC-Handler
  229.    43328   26752 38.2% 18-Oct-98 23:27:58 +vnc.library
  230.      628     267 57.4% 19-Dec-98 13:55:00 +AREXX.info
  231.      188     179  4.7% 12-Aug-98 20:38:46 +rexxsyslib.pch
  232.      938     467 50.2% 24-Dec-98 00:30:52 +ATO.readme
  233.     2441    1123 53.9% 28-Feb-98 21:37:24 +ATO.ReadMe.First
  234.      856     378 55.8% 19-Dec-98 13:55:00 +ATO.ReadMe.First.info
  235.      856     375 56.1% 19-Dec-98 13:55:00 +ATO.readme.info
  236.      628     268 57.3% 19-Dec-98 13:55:00 +C.info
  237.    53476   28579 46.5% 03-Aug-00 20:56:36 +SetVNC.coded
  238.      628     265 57.8% 19-Dec-98 13:55:00 +DEVS.info
  239.      628     267 57.4% 06-Sep-98 14:43:22 +DOSDrivers.info
  240.      325     226 30.4% 27-Jan-00 22:28:40 +NEWCON
  241.      481     261 45.7% 06-Sep-98 14:43:22 +NEWCON.info
  242.      270     195 27.7% 27-Jan-00 22:28:00 +VNC
  243.      481     263 45.3% 06-Sep-98 14:43:22 +VNC.info
  244.      262     192 26.7% 27-Jan-00 22:28:22 +VNR
  245.      481     263 45.3% 06-Sep-98 14:43:22 +VNR.info
  246.      105      94 10.4% 24-Apr-00 13:33:22 +Mount_NEWCON
  247.      102      88 13.7% 24-Apr-00 13:33:12 +Mount_VNC
  248.     1380     356 74.2% 03-Nov-96 17:28:28 +Disk.info
  249.      628     276 56.0% 01-May-00 17:11:12 +Extras.info
  250.     8424    5274 37.3% 27-Sep-98 21:08:12 +CLIcon
  251.      758     316 58.3% 01-May-00 17:11:12 +CLIcon.info
  252.       87      79  9.1% 07-Nov-98 13:06:48 +CONSOLE
  253.      481     267 44.4% 01-May-00 17:11:12 +CONSOLE.info
  254.      440     380 13.6% 06-Apr-97 00:59:46 +Decode
  255.     4056    2427 40.1% 21-Dec-97 20:34:56 +FastFonts
  256.      568     271 52.2% 01-May-00 17:11:12 +FastFonts.info
  257.      628     268 57.3% 22-Jul-00 18:57:28 +Fonts.info
  258.      264      31 88.2% 01-Nov-97 14:05:06 +topaz6.font
  259.     2216    1357 38.7% 01-Nov-97 14:05:44 +8e
  260.      332     309  6.9% 10-Nov-98 23:42:50 +More.pch
  261.      320     297  7.1% 23-Oct-99 15:00:14 +More_44.pch
  262.      102      93  8.8% 01-May-00 16:58:06 +Mount_CONSOLE
  263.      580     424 26.8% 23-Jan-99 18:49:58 +NamedConsoleHandler
  264.      284     251 11.6% 02-Nov-96 20:10:54 +PatchAlloc
  265.     1428     980 31.3% 01-May-00 16:51:28 +PatchRAM
  266.     5771    2624 54.5% 01-May-00 16:51:28 +PatchRAM.readme
  267.      856     377 55.9% 01-May-00 17:11:12 +PatchRAM.readme.info
  268.     1416     963 31.9% 09-Aug-98 19:05:18 +RunTool
  269.    14688    9310 36.6% 02-Nov-96 23:10:54 +spatch
  270.     9740    5888 39.5% 16-Oct-99 17:24:04 +StringSnip
  271.     2981    1426 52.1% 23-Jan-99 18:47:16 +StringSnip.prefs
  272.    10579    4433 58.0% 16-Oct-99 17:25:26 +StringSnip.readme
  273.      628     280 55.4% 22-Jul-00 18:57:28 +termcap.info
  274.     1483     556 62.5% 03-Sep-00 16:36:12 +amiga-vnc
  275.      398     200 49.7% 22-Jul-00 18:57:36 +amiga-vnc.info
  276.     1383     661 52.2% 03-Sep-00 16:36:12 +ti.amiga-vnc
  277.      398     200 49.7% 22-Jul-00 18:57:36 +ti.amiga-vnc.info
  278.     7272    4502 38.0% 27-Sep-98 00:38:02 +titlebar.image
  279.     4276    2017 52.8% 11-Aug-98 21:54:16 +TrueMultiAssigns
  280.      628     271 56.8% 01-May-00 17:11:12 +UnixDirs3.info
  281.     3524    2501 29.0% 21-Mar-97 21:53:38 +UnixDirs3
  282.    32747   12181 62.8% 21-Mar-97 21:53:42 +UnixDirs3.guide
  283.      537     283 47.2% 20-Aug-97 20:58:52 +UnixDirs3.guide.info
  284.     1701     783 53.9% 20-Aug-97 20:58:52 +UnixDirs3.info
  285.      809     465 42.5% 21-Mar-97 22:10:22 +UnixDirs3.readme
  286.      628     267 57.4% 19-Dec-98 13:55:00 +Guides.info
  287.    11823    4428 62.5% 27-Sep-98 00:42:48 +titlebar.guide
  288.      468     224 52.1% 11-Sep-98 22:49:50 +titlebar.guide.info
  289.   672589  196803 70.7% 05-Sep-00 23:34:48 +ViNCEd.guide
  290.      523     273 47.8% 11-Aug-98 21:50:54 +ViNCEd.guide.info
  291.      628     273 56.5% 19-Dec-98 13:54:58 +Include.info
  292.    10992    4171 62.0% 27-Sep-98 00:39:14 +titlebar.doc
  293.   114530   26520 76.8% 24-Apr-00 15:41:00 +vnc.doc
  294.     7134    2507 64.8% 22-Aug-98 18:14:22 +Boopsis_Readme
  295.      190     141 25.7% 27-Sep-98 00:44:10 +titlebarimage_protos.h
  296.     6762    1471 78.2% 24-Apr-00 15:44:46 +vnc_protos.h
  297.     8949    2470 72.3% 24-Apr-00 13:47:56 +ReadConsoleWindow.c
  298.     2105    1031 51.0% 05-Jul-00 18:42:30 +ReadMe
  299.     8711    2496 71.3% 22-Aug-98 18:04:44 +ReadPrefs.c
  300.     6768    1497 77.8% 05-Jul-00 18:39:26 +ReadWindowSize.c
  301.     5814    1734 70.1% 11-Sep-98 22:51:36 +TBITest.c
  302.      209     157 24.8% 24-Apr-00 14:50:58 +ReadMe
  303.      127     110 13.3% 27-Sep-98 00:42:16 +titlebarimage_cl.fd
  304.     5781    2059 64.3% 24-Apr-00 14:50:44 +vnc_lib.fd
  305.      450     231 48.6% 27-Sep-98 00:43:52 +titlebar.h
  306.      290     188 35.1% 22-Aug-98 18:13:40 +ReadMe
  307.     3052     859 71.8% 24-Apr-00 15:42:28 +vnc_lib.i
  308.     1671     759 54.5% 22-Aug-98 18:10:18 +ReadMe
  309.    18148    3977 78.0% 22-Aug-98 14:37:12 +vnc_stub.base.lib
  310.    18292    3997 78.1% 22-Aug-98 14:37:14 +vnc_stub.lib
  311.    17616    3767 78.6% 22-Aug-98 14:37:12 +vnc_stub.rr.base.lib
  312.    17744    3792 78.6% 22-Aug-98 14:37:14 +vnc_stub.rr.lib
  313.      120     104 13.3% 27-Sep-98 00:43:36 +titlebarimage_pragmas.h
  314.     8873    1888 78.7% 24-Apr-00 15:43:38 +vnc_pragmas.h
  315.      215     139 35.3% 27-Sep-98 00:43:22 +titlebarimage.h
  316.      223     139 37.6% 22-Aug-98 13:45:28 +vnc.h
  317.     3769    1543 59.0% 11-Sep-98 22:58:38 +ReadME
  318.     9104    3123 65.6% 30-Jul-00 01:08:26 +Dynamics.h
  319.     2997    1035 65.4% 22-Aug-98 14:22:36 +IO.h
  320.     7647    1908 75.0% 24-Apr-00 15:49:30 +Keyboard.h
  321.     3683    1046 71.5% 20-Aug-98 22:19:14 +Macros.h
  322.     6670    1876 71.8% 30-Jul-00 01:02:54 +Owner.h
  323.     2236     747 66.5% 24-Apr-00 15:46:06 +Packets.h
  324.    13429    3891 71.0% 27-Apr-00 22:43:04 +prefs.h
  325.     2843     960 66.2% 22-Aug-98 11:55:26 +Requester.h
  326.    10052    2633 73.8% 30-Jul-00 01:00:04 +VNCBase.h
  327.    34204    8021 76.5% 30-Jul-00 01:01:02 +Window.h
  328.      628     269 57.1% 23-Dec-98 13:42:22 +Install.info
  329.      805     477 40.7% 23-Dec-98 13:42:22 +Deutsch.info
  330.      793     469 40.8% 23-Dec-98 13:42:22 +English.info
  331.      803     482 39.9% 23-Dec-98 13:42:22 +Français.info
  332.   130829   38628 70.4% 23-Jan-99 18:34:28 +Install_VNC
  333.      803     480 40.2% 23-Dec-98 13:42:22 +Italiano.info
  334.      804     483 39.9% 23-Dec-98 13:42:22 +Slovensko.info
  335.      628     267 57.4% 19-Dec-98 13:54:58 +LIBS.info
  336.   121480   73342 39.6% 03-Sep-00 16:27:44 +vnc.library
  337.      628     268 57.3% 19-Dec-98 13:54:58 +LOCALE.info
  338.    14160    5345 62.2% 27-Apr-00 23:29:02 +VNC.prefs.catalog
  339.     1832     928 49.3% 26-Dec-98 00:32:30 +VNC.sys.catalog
  340.    57716   18550 67.8% 07-Nov-98 19:06:44 +prefs.construct
  341.    10206    3900 61.7% 16-Jan-99 18:49:04 +sys.construct
  342.    13722    5074 63.0% 07-Nov-98 19:05:46 +VNC.prefs.catalog
  343.     1914     945 50.6% 16-Jan-99 18:49:18 +VNC.sys.catalog
  344.      628     252 59.8% 23-Dec-98 13:33:48 +italiano.info
  345.    57984   18659 67.8% 21-Dec-98 18:25:36 +prefs.construct
  346.     9934    3865 61.0% 23-Jan-99 14:47:40 +sys.construct
  347.    14102    5298 62.4% 23-Dec-98 13:35:22 +VNC.prefs.catalog
  348.     1934     982 49.2% 23-Jan-99 14:47:52 +VNC.sys.catalog
  349.    57457   18748 67.3% 05-Dec-98 22:45:26 +prefs.construct
  350.    10110    3899 61.4% 23-Jan-99 14:46:16 +sys.construct
  351.    13150    5121 61.0% 05-Dec-98 22:45:26 +VNC.prefs.catalog
  352.     1742     915 47.4% 23-Jan-99 14:46:28 +VNC.sys.catalog
  353.    12706    5056 60.2% 19-Dec-98 22:49:48 +VNC.prefs.catalog
  354.     1722     877 49.0% 19-Dec-98 22:49:48 +VNC.sys.catalog
  355.      628     269 57.1% 19-Dec-98 13:54:58 +Localize!.info
  356.     6640    4213 36.5% 13-Jan-98 19:55:48 +CreateCatalog
  357.    58354   18999 67.4% 27-Apr-00 23:29:20 +prefs.construct
  358.     5022    2132 57.5% 03-Oct-98 19:13:04 +ReadMe
  359.    10665    4118 61.3% 13-Mar-99 21:52:36 +sys.construct
  360.      632     317 49.8% 19-Dec-98 13:54:58 +Prefs.info
  361.     6568    2129 67.5% 22-Aug-98 18:47:16 +Default.Prefs
  362.      479     225 53.0% 22-Aug-98 18:44:54 +Default.Prefs.info
  363.     6536    2116 67.6% 22-Aug-98 18:46:30 +My.Prefs
  364.      479     225 53.0% 16-Aug-98 20:42:12 +My.Prefs.info
  365.     6814    2272 66.6% 22-Aug-98 18:49:48 +XTerm.Prefs
  366.      479     225 53.0% 16-Aug-98 20:48:52 +XTerm.Prefs.info
  367.      697     479 31.2% 11-May-00 22:40:02 +SetVNC.info
  368.    31227   11695 62.5% 05-Sep-00 23:03:50 +Readme.First!
  369.     1386     889 35.8% 25-Apr-99 22:15:32 +Readme.First!.info
  370.      628     267 57.4% 19-Dec-98 13:54:58 +S.info
  371.       17      17  0.0% 11-Aug-98 21:52:16 +bg
  372.       50      50  0.0% 11-Aug-98 21:52:16 +fg
  373.      383     222 42.0% 11-Aug-98 21:52:16 +fork
  374.      106      87 17.9% 11-Aug-98 21:52:16 +History
  375.      103      96  6.7% 11-Aug-98 21:52:16 +More
  376.      986     372 62.2% 11-Aug-98 21:52:16 +SetFont
  377.      322     179 44.4% 11-Aug-98 21:52:16 +SetKeyboard
  378.      768     349 54.5% 19-Dec-98 13:54:58 +Shell.info
  379.      765     342 55.2% 19-Dec-98 13:54:58 +Shell_VNC.info
  380.    31227   11695 62.5% 05-Sep-00 23:03:34 +Top Secret!
  381.     1386     888 35.9% 25-Apr-99 22:15:32 +Top Secret!.info
  382.     9710    4072 58.0% 03-Sep-00 16:34:22 +ViNCEd.readme
  383. -------- ------- ----- --------- --------
  384.  2063994  737851 64.2% 06-Sep-100 20:24:20   161 files
  385.